BandwidthCollectionItem Property (Int32) |
Gets the value associated with the specified index. In C#, this property is the indexer for the
BandwidthCollection class.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As Integer
Get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
Int32
See Also